.custom-red-button {
    background-color: #c9302c;
    border-radius: 0;
    float: left;
    font-size: 22px;
    line-height: 1.33;
    padding: 10px 16px;
    color: #fff;
    border: 1px solid #ac2925;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    margin: 3.4% 0 0;
}
.custom-red-button:focus, .custom-red-button:hover, .custom-red-button:active {
    text-decoration: none;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.custom-red-button.save-btn {
    font-size: 14px;
    line-height: 1.33;
    margin: 10px 0 0;
}

.mt10px {margin-top: 10px;}
.mt20px {margin-top: 20px;}